From 728694abf06c4ed912a55c64cd4e9531300fb19f Mon Sep 17 00:00:00 2001 From: Marco A L Barbosa Date: Mon, 5 Jun 2017 14:15:40 -0300 Subject: [PATCH] Bump jobserver to 0.1.4 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18b2ab060..b2ef09dee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "jobserver 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jobserver 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", "libgit2-sys 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -327,7 +327,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jobserver" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -892,7 +892,7 @@ dependencies = [ "checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4" "checksum idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2233d4940b1f19f0418c158509cd7396b8d70a5db5705ce410914dc8fa603b37" "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" -"checksum jobserver 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d97367c7112f0a46029cdf826c442bb71061789b0dcd1f0e71ce56ce3ee7a6a" +"checksum jobserver 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c43fc6e4066b2adf0539c854daa1d926d7f23e6926e019850d34b8ae46391b2e" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" "checksum libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e" diff --git a/Cargo.toml b/Cargo.toml index 894f6e04c..b4808e1f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ fs2 = "0.4" git2 = "0.6" git2-curl = "0.7" glob = "0.2" -jobserver = "0.1.2" +jobserver = "0.1.4" libc = "0.2" libgit2-sys = "0.6" log = "0.3" -- 2.30.2